| Description | : Gets a list of assistants that were previously created. | 
| Reference | : Link ¶ | 
⚶ Changes
{
  "#id": "ListAssistants",
  "$parameters": [
    {
      "#name": "before",
      "Description": {
        "new": "A cursor for use in pagination. before is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with obj_foo, your subsequent call can include before=obj_foo in order to fetch the previous page of the list.",
        "old": "A cursor for use in pagination. before is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include before=obj_foo in order to fetch the previous page of the list."
      }
    }
  ]
}
        ⚼ Request
            GET: 
            /assistants
          
              
      
          {
      
          
        
              limit:
              
              integer
            ,
          
          
              order:
              
              string
            ,
          
          
              after:
              
              string
            ,
          
          
              before:
              
              string
            ,
          
      
          }
      
    ⚐ Response (200)
      
          {
      
          
              object:
              
              enum
            ,
          
          
              data:
              
                  
          
      
          [
      
        
                
      
          ]
      
    
            ,
          
      
          {
      
          
          ,
        
              id:
              
              string
            ,
          
          
              object:
              
              enum
            ,
          
          
              created_at:
              
              integer
            ,
          
          
              name:
              
              string
            ,
          
          
              description:
              
              string
            ,
          
          
              model:
              
              string
            ,
          
          
              instructions:
              
              string
            ,
          
          
              tools:
              
                  
          
      
          [
      
        
                
      
          ]
      
    
            ,
          
      
          {
      
          
          ,
        
              type:
              
              string
            ,
          
      
          }
      
    
              tool_resources:
              
              object
            ,
          
          
              temperature:
              
              number
            ,
          
          
              top_p:
              
              number
            ,
          
          
              response_format:
              
              string
            ,
          
          
              metadata:
              
              object
            ,
          
      
          }
      
    
              first_id:
              
              string
            ,
          
          
              last_id:
              
              string
            ,
          
          
              has_more:
              
              boolean
            ,
          
      
          }